home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / ExerciseLog1.09 / ExerciseLog1.09 / stylesheet_3217.css < prev   
Cascading Style Sheet File  |  1994-05-03  |  364b  |  32 lines

  1.         .style1
  2.         {
  3.         }
  4.         .style2
  5.         {
  6.             font-weight: bold;
  7.         }
  8.         .style3
  9.         {
  10.             font-family: "Times";
  11.             font-size: 9pt;
  12.         }
  13.         .style4
  14.         {
  15.             font-style: italic;
  16.         }
  17.         .style5
  18.         {
  19.             text-decoration: underline;
  20.         }
  21.         .style7
  22.         {
  23.             text-decoration: underline;
  24.             font-weight: bold;
  25.             font-size: 12pt;
  26.         }
  27.         .style8
  28.         {
  29.             font-style: italic;
  30.             font-weight: bold;
  31.         }
  32.